/*lazyAnimation*/
.lazyfade {
    transition: all 1s ease-in-out;
    opacity: 0;
}

.fadein-left {
    transform: translateX(-300px);
}

.fadein-right {
    transform: translateX(300px);
}

.fadein-top {
    transform: translateY(-300px);
}

.fadein-bottom {
    transform: translateY(300px);
}

/*header start*/

.header {
    padding-top: 100px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

/*navigation start*/

.navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
    transition: all 0.4s ease-in-out;
}

.navigation_content {
    margin: 0 auto;
    width: 80%;
    height: 100%;
    overflow: hidden;
}

.logo_wrap {
    display: inline-block;
    min-width: 508px;
    height: 100px;
}

.company_logo {
    float: left;
    transition: all 0.4s ease;
}

.company_name {
    display: inline-block;
    margin-left: 20px;
    height: 100%;
    line-height: 100px;
    font-size: 26px;
    font-weight: bold;
    vertical-align: top;
    transition: all 0.4s ease;
}

.navigation_list {
    float: right;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    max-width: 80%;
    height: 60px;
}

.navigation_list>li {
    padding-top: 15px;
    width: 130px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.5s ease
}

.navigation_list>li:hover {
    background: #2f70dc;
}

.navigation_list>li~li {
    margin-left: 5px;
}

@media screen and (max-width:1810px) {
    .header {
        padding-top: 200px;
    }
    .navigation {
        height: 200px;
    }
    .navigation_list>li~li {
        margin-left: 0;
    }
}

.navigation_list_mainFont {
    font-size: 16px;
    color: #333;
}

.navigation_list_secondaryFont {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3)
}

.navigation_list_secondaryFont:hover {
    color: rgba(245, 45, 45, 0.6);
}

/*navigation end*/

.banner {
    white-space: nowrap;
}

/*header end*/

/*about start*/

/*line one start*/

.about_line_one {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.about_line_one a {
    color: black;
}

.about_content {
    width: 605px;
    flex: 0 0 auto;
}

.content_title {
    margin-left: 200px;
    padding-left: 85px;
    background: url('./images/icon01.jpg') no-repeat left 5px;
}

.cultrue_content_title {
    position: absolute;
    top: 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100% - 86px);
}

.cultrue_content_title>div {
    flex: 0 1 auto;
}

.title {
    overflow: hidden;
}

.title>div:first-child {
    float: left;
}

.title h3 {
    margin: 5px 0;
    font-weight: 500;
}

.title p {
    font-size: 12px;
    line-height: 28px;
}

.about_text {
    font-size: 14px;
}

.knowMoreButton {
    display: inline-block;
    margin-top: 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.knowMoreButton>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.buttonRight {
    float: right;
}

.about_picture01 {
    margin-left: 230px;
    flex: 0 1 auto;
}

/*line one end*/

/*line two start*/

.about_line_two {
    display: flex;
    padding-right: 105px;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.about_line_two>div {
    flex: 0 1 auto;
}

.about_line_two>div~div {
    margin-left: -98px;
}

/*line two end*/

/*about end*/

/*corporate culture start*/

.content_common {
    padding-top: 80px;
}

.corporate_culture {
    position: relative;
    box-sizing: border-box;
}

.corporate_culture_text {
    margin-left: -170px;
}

.corporate_culture_text>p {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    font-weight: lighter;
    color: white;
    text-align: center;
}

.knowMoreBlackButton {
    display: inline-block;
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.knowMoreBlackButton>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 16px;
}

.knowMoreBlackButton>a:hover {
    color: rgba(245, 45, 45, 0.6);
    text-decoration: none;
}

/*corporate culture end*/

/*news center start*/

.content_background {
    background: url('./images/contentBackground01.jpg') repeat
}

.news_content_title {
    margin-right: 250px;
}

/*news center detail start*/

.news_center_detail {
    margin-top: 60px;
}

.news_center_detail_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
}

.news_center_detail_list_item {
    margin-bottom: 35px;
    position: relative;
    width: 30%;
    height: 450px;
    background: #f3f4f6;
    transition: all 0.8s ease-out;
}

.news_center_detail_list_item:hover {
    background: #7b97f5;
}

.news_center_detail_list_item_a {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    color: #999;
}

.news_center_detail_list_item_a>span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
    background: #2c58d6;
    color: white;
    transition: all 0.8s ease-out;
}

.news_center_detail_list_item_a:hover {
    color: white;
}

.news_center_detail_list_item_a:hover>span {
    background: rgb(85, 222, 240);
    color: black;
}

.news_center_detail_list_item_a:hover .news-content-time {
    color: white;
}

.news_center_detail_list_item_a_content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.news-image {
    max-height: 60%;
    flex: 0 1 auto;
}

.news-content {
    max-height: 40%;
    flex: 0 1 auto;
}

.news-content-title {
    margin-bottom: 10px;
    font-size: 26px;
}

.news-content-time {
    margin-bottom: 20px;
    color: rgb(90, 90, 90);
    transition: all 0.3s ease-in-out;
}

.news-content-time>span:first-child {
    font-size: 24px;
    
}

.news-content-time>span:last-child {
    margin-left: 10px;
    font-size: 16px;
}


/*news center detail end*/

/*news center end*/

/*main business start*/

.main_business {
    margin-bottom: 70px;
}

.main_business_images {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.main_business_images>div:nth-child(2) {
    margin-top: -250px;
    margin-left: -132px;
}

/*main business end*/

/*partenaires start*/

.partenaires_content {
    margin: 0 auto;
    padding-bottom: 80px;
    max-width: 1200px;
}

.content_title_right {
    padding-right: 100px;
    background: url('./images/icon01.jpg') no-repeat right 5px;
    overflow: hidden;
}

.content_title_right>.title {
    float: right;
    text-align: right;
}

/*partenaires scroll start*/

.partenaires_scroll {
    position: relative;
    margin-top: 70px;
    padding: 0 45px;
}

.partenaires_scroll_wrap {
    overflow: hidden;
}

.partenaires_scroll_list {
    display: inline-block;
    width: 9999px;
    overflow: hidden;
}

.partenaires_scroll_list_item {
    float: left;
    width: 214px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #eeeeee;
    cursor: pointer;
}

.partenaires_scroll_list_item~li {
    margin-left: 10px;
}

.partenaires_scroll_button {
    position: absolute;
    top: 35px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #eeeeee;
    transition: all 0.8s ease-out;
    cursor: pointer;
}

#partenaires_scroll_left {
    left: 0;
}

#partenaires_scroll_right {
    right: 0;
}

.partenaires_scroll_button:hover {
    color: white;
    background: #3057d8;
    box-shadow: 0 0 4px 4px #bcc5f3;
}

/*partenaires scroll end*/

/*partenaires end*/

/*footer start*/

.footer {
    width: 100%;
    height: 500px;
    background: url('./images/footerBackground.jpg') repeat;
}

.footer_content {
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    height: 100%;
}

.footer_content_up {
    width: 680px;
    color: #7b828a;
    text-align: center;
}

.footer_content_up>p {
    margin-top: 20px;
}

.footer_content_down {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer_content_down_column {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgba(146, 144, 144, 0.5);
    width: 370px;
    height: 130px;
    font-size: 12px;
    color: white;
    overflow: hidden;
}

.footer_content_down_column_last {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    border: 1px solid rgba(146, 144, 144, 0.5);
    width: 370px;
    height: 130px;
    font-size: 12px;
    color: white;
    overflow: hidden;
}

.footer_text {
    line-height: 30px;
}

.footer_text_center {
    text-align: center;
}

.footer_button {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: rgba(124, 123, 123, 0.7)
}

.footer_button>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}

/*footer end*/

/*return_top_button*/

#return_top_button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: url('./images/return_top.png') no-repeat scroll left top / 60px;
    cursor: pointer;
    opacity: 0;
    display: none;
}

/*image scale*/

.images_scale_parentNode {
    overflow: hidden;
}

.images_scale_parentNode--noOverflow:hover {
    z-index: 1;
}

.images_scale_parentNode img, .images_scale_parentNode--noOverflow img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.images_scale_parentNode:hover img, .images_scale_parentNode--noOverflow:hover img {
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform: scale(1.07, 1.07);
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
}

/*author:TianYu*/
